3.99.5
authorMatthias Clasen <mclasen@redhat.com>
Tue, 8 Dec 2020 15:57:27 +0000 (10:57 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 8 Dec 2020 15:58:40 +0000 (10:58 -0500)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index c0ec9aead733732182b9f7ac14bee9f5d32ba02d..b477a65e0e7961e666bd901e27e5f4c4671dbd39 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -40,6 +40,10 @@ Overview of Changes
 * GtkFileChooser:
  - Remove GtkFileChooserButton
 
+* GtkWindow:
+ - Replace gtk_window_get_size with gtk_window_get_default_size
+ - Add maximized and fullscreen properties
+
 * Make the inspector available in non-debug builds
 
 * CSS:
@@ -60,16 +64,19 @@ Overview of Changes
 
 * Make GLES work in the absence of GL_ARB_timer_query
 
+* Rework the way size allocation is integrated in the
+  frame cycle
+
 * Wayland:
  - Support gtk_shell1 version 3 (startup notification
    and activation)
  - Implmement minimization
 
 * OS X:
- - Use the cairo renderer by default
- - Work towards a working GL renderer
+ - Mostly working GL renderer
  - Search engine updates
  - Fix rendering artifacts with hover transitions
+ - Fix kinetic scrolling deceleration
 
 * Windows:
  - Fix key event generation, making text input work
@@ -83,6 +90,7 @@ Overview of Changes
  - Make search more obvious
  - Add a suggestion entry demo
  - Consistency improvements
+ - Use native file choosers
  - Drop 'devel' styling
 
 * Translation updates:
index 28760aeff2ccd01722f192b69fa49534db3c8c2c..35a3b4ebd060334d33c68d2b3957c5998d946ada 100644 (file)
@@ -1,5 +1,5 @@
 project('gtk', 'c',
-        version: '3.99.4',
+        version: '3.99.5',
         default_options: [
           'buildtype=debugoptimized',
           'warning_level=1',